ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class / Locale Property

In This Topic
    Locale Property
    In This Topic
    Gets the locale information used to compare strings in the index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Locale As System.Globalization.CultureInfo
    public System.Globalization.CultureInfo Locale {get;}

    Property Value

    A System.Globalization.CultureInfo that contains data about the user's locale. The default is System.Globalization.CultureInfo.CurrentCulture.
    See Also